home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 4 / THE BEST OF SELECT Games Special 4 (Select CD-ROM)(1996).iso / dosgames / mule / mule.ini < prev   
Text File  |  1994-08-07  |  2KB  |  68 lines

  1. # ******************************
  2. #       INI fOR MULE.EXE
  3. # ******************************
  4. # DO NOT ENTER MORE THAN 60 CHRS
  5. # Enter your login name or GUEST LOGIN
  6. NAME=GUEST LOGIN
  7. # Setting :Sound device
  8. # Possible Options are: SB, SPEAKER and SILENCE
  9. SOUND=SB
  10. # If you want to use XMS-Memory for DIGI-Sounds,
  11. # write USEXMS
  12. #USEXMS
  13. # To use direct DMA-Transfer from XMS-memory
  14. # for SB-Digi sounds enter DIRECT_XMS_DMA
  15. # (may cause problems if you got more than 16 MB RAM)
  16. DIRECT_XMS_DMA
  17. # to force the program to read the BLASTER environment
  18. # string for info about your SoundBlaster,
  19. # write BLASTERSETTINGS_AUTODETECT
  20. BLASTERSETTINGS_AUTODETECT
  21. # you may enter the settings of your SB, but they will
  22. # be ignored if BLASTERSETTINGS_AUTODETECT is enabled
  23. # PORT= (your SB-address in hex),
  24. # IRQ= (the IRQ of your SB), DMA_CHNL= (DMA channel)
  25. PORT=220
  26. IRQ=7
  27. DMA_CHNL=1
  28. MAX_SAMPLE_BUFFER=49152
  29. MAX_DMA_BLOCK=65535
  30. # to hear digitized sounds via your PC Speaker
  31. # enter DIGISPEAKER
  32. #DIGISPEAKER
  33. # if you encounter problems with digitized sounds
  34. # via PC Speaker on slow computers, then try
  35. # MACHINESPEED=SLOW, it will reduce
  36. # the data of the samples
  37. MACHINESPEED=FAST
  38. #MACHINESPEED=SLOW
  39. # if you enter NOMUSIC, no music will play during the game
  40. #NOMUSIC
  41. # GENERAL PATH IS:
  42. #PATH=.\
  43. # PATH TO DATA DIRECTORY IS:
  44. DATA=DATA\
  45. # Setting :Level
  46. # Possible Options are: EXPERT,
  47. # NORMAL, LOSER
  48. LEVEL=EXPERT
  49. # Autodetect Lands (.DAT Files) Path: .\DATA\ :
  50. AUTODETECT
  51. # Else enter only the landfiles you desire.
  52. # This will be ignored if the AUTODETECT
  53. # switch is ON!
  54. # LANDFILES ARE: (LESS THAN 9 CHRS!)
  55. LAND=IRATA
  56. LAND=RUPERT
  57. LAND=ERDE
  58. LAND=GEMINI
  59. LAND=LOMA1
  60. LAND=SPIDER
  61. LAND=ROKON
  62. LAND=NOSTROS
  63. SPEED=12
  64. # To skip the intro write: NOINTRO
  65. # NOINTRO
  66. # MARK END WHITH 'END'(!)
  67. END
  68.